Hi everybody, We are using OSLC to exchange information with DOORS and we have a problem about the license token. When we execute an OSLC query, it takes a token and it is not released. I add the festival property to reduce the OAuth timeout (e.g. OauthAccessTokenTimeout = 2 min), but it does not work. We are using DOORS 9.6 with DWA 9.6.1.4.
Thanks for your help.
Carlos carloseg - Tue Sep 13 09:59:21 EDT 2016 |
Re: DWA license token no released using OSLC Hi Carlos, It's not OSLC query which takes a license but your Tomcat session. The license token should be released once the session will end. This can be done by logging out from DWA or if the session will timeout see web.xml for default timeout value. |
Re: DWA license token no released using OSLC AndrzejKwecka - Thu Sep 15 10:02:26 EDT 2016 Hi Carlos, It's not OSLC query which takes a license but your Tomcat session. The license token should be released once the session will end. This can be done by logging out from DWA or if the session will timeout see web.xml for default timeout value. Thanks Andrzej for your answer.
|
Re: DWA license token no released using OSLC Hi, I found the problem. It was an issue during the OAuth dance proposed in the Lyo example. You can fine more information in Bug 508182. I hope this helps to other people. BR, Carlos |